type vendor/golang.org/x/text/unicode/bidi.bracketPair
8 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L51: type bracketPair struct {
bracket.go#L56: func (b *bracketPair) String() string {
bracket.go#L61: type bracketPairs []bracketPair
bracket.go#L163: p.pairPositions = append(p.pairPositions, bracketPair{opener, i})
bracket.go#L252: func (p *bracketPairer) classifyPairContent(loc bracketPair, dirEmbed Class) Class {
bracket.go#L270: func (p *bracketPairer) classBeforePair(loc bracketPair) Class {
bracket.go#L281: func (p *bracketPairer) assignBracketType(loc bracketPair, dirEmbed Class, initialTypes []Class) {
bracket.go#L309: func (p *bracketPairer) setBracketsToType(loc bracketPair, dirPair Class, initialTypes []Class) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |